From fe97325bc68770ef171637838ae9d077e1d1ef02 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 4 Feb 2020 20:31:39 +0000 Subject: [PATCH] fix removal of tomtom test temporary ov2 file (#492) --- testo.d/tomtom.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testo.d/tomtom.test b/testo.d/tomtom.test index 3d4d25e21..7c35f6af7 100644 --- a/testo.d/tomtom.test +++ b/testo.d/tomtom.test @@ -19,6 +19,6 @@ rm -f ${TMPDIR}/tomtom.gpx gpsbabel -i tomtom -f ${REFERENCE}/tomtom.ov2 -o gpx -F ${TMPDIR}/tomtom.gpx compare ${REFERENCE}/tomtom.gpx ${TMPDIR}/tomtom.gpx -rm -f ${TMDIR}/tomtom.ov2 +rm -f ${TMPDIR}/tomtom.ov2 gpsbabel -i gpx -f ${REFERENCE}/tomtom.gpx -o tomtom -F ${TMPDIR}/tomtom.ov2 bincompare ${REFERENCE}/tomtom.ov2 ${TMPDIR}/tomtom.ov2 -- 2.30.2